home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / misc / samples2 / newform.txt < prev    next >
Encoding:
Text File  |  1995-07-24  |  559 b   |  15 lines

  1. This sample code demonstrates how to create new instances of a form at 
  2. runtime.  The program initially displays one form with a text box and 2
  3. command buttons.  Clicking the NEW button on any form will create an
  4. additional instance of the form with a new caption and different text in 
  5. the text box.  Clicking the UNLOAD button on any form will remove the 
  6. latest existing instance that has been created.
  7.  
  8. Any questions can be sent to VDG Mike on America Online.  Hope you find
  9. this useful.
  10.  
  11. Mike Davis
  12.  
  13. Visual Developers Group
  14. vdgmike@aol.com
  15.